home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / discover.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  260 b   |  11 lines

  1. on mouseDown
  2.   global gMyFileName
  3.   set the castNum of sprite 7 to cast "dk1"
  4.   if pressButton(7) then
  5.     pupSprites(1, 48, 0)
  6.     set gMyFileName to "DI_AOM.TXT"
  7.     put the text of field "ministry" into field "pkdisplaytext"
  8.     go("ministry")
  9.   end if
  10. end
  11.